Skip to content

small updates for PHP8.x compatibility#8

Open
tkas wants to merge 2 commits into
ddanier:masterfrom
tkas:php8
Open

small updates for PHP8.x compatibility#8
tkas wants to merge 2 commits into
ddanier:masterfrom
tkas:php8

Conversation

@tkas

@tkas tkas commented Sep 4, 2023

Copy link
Copy Markdown
Contributor

Small tweaks for config class definition to be compatible with PHP8 (should be fine for PHP 5+).

@ddanier

ddanier commented Sep 4, 2023

Copy link
Copy Markdown
Owner

Are those really necessary for compatibility? Why only in this class and not others?

@tkas

tkas commented Sep 4, 2023

Copy link
Copy Markdown
Contributor Author

I got warnings in logs after upgrade to PHP8, so yes, these were required for me. It seems to be related to interface implementation, so it's not a generic problem of classes.

@tkas

tkas commented Sep 5, 2023

Copy link
Copy Markdown
Contributor Author

One small tweak found in PostgreSQL used on other instance - second patch added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants